home *** CD-ROM | disk | FTP | other *** search
- object frmSetup: TfrmSetup
- Left = 260
- Top = 188
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Setup []'
- ClientHeight = 114
- ClientWidth = 345
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- ShowHint = True
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 15
- object lSpeed: TLabel
- Left = 12
- Top = 8
- Width = 69
- Height = 15
- Caption = 'Cycle Speed'
- end
- object Label2: TLabel
- Left = 12
- Top = 52
- Width = 27
- Height = 15
- Caption = 'Slow'
- end
- object Label3: TLabel
- Left = 307
- Top = 52
- Width = 24
- Height = 15
- Alignment = taRightJustify
- Caption = 'Fast'
- end
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 345
- Height = 114
- Align = alClient
- end
- object OKButton: TButton
- Left = 71
- Top = 76
- Width = 75
- Height = 25
- Caption = '&Ok'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 199
- Top = 76
- Width = 75
- Height = 25
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = CancelButtonClick
- end
- object TrackBar: TTrackBar
- Left = 4
- Top = 24
- Width = 337
- Height = 29
- Max = 60
- Orientation = trHorizontal
- PageSize = 5
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 2
- TickMarks = tmTopLeft
- TickStyle = tsAuto
- OnChange = TrackBarChange
- end
- end
-